home *** CD-ROM | disk | FTP | other *** search
/ Iron Maiden - Maiden Hell! / Iron Maiden - Maiden Hell! Promotional CD-ROM.iso / mac / promo.dxr / scripts_122_select pic in tour section = .ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  520 b   |  17 lines

  1. on mouseEnter
  2.   set the cursor of sprite the currentSpriteNum to [the number of member "finger", the number of member "fingermask"]
  3. end
  4.  
  5. on mouseDown
  6.   global gTourPictureNumber
  7.   set gTourPictureNumber to the currentSpriteNum - 8
  8.   startTimer()
  9.   set the member of sprite 7 to "tour" & string(the currentSpriteNum - 8)
  10.   set the locH of sprite 20 to the locH of sprite the currentSpriteNum
  11.   set the cursor of sprite the currentSpriteNum to 0
  12. end
  13.  
  14. on mouseLeave
  15.   set the cursor of sprite the currentSpriteNum to 0
  16. end
  17.